﻿2026-06-15T08:20:45.9606983Z ##[group]Run $ErrorActionPreference = "Stop"
2026-06-15T08:20:45.9607401Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-06-15T08:20:45.9607699Z [36;1m$PIN = "0c95435"[0m
2026-06-15T08:20:45.9608054Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-06-15T08:20:45.9608388Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-06-15T08:20:45.9608845Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-06-15T08:20:45.9609419Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-06-15T08:20:45.9609732Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-06-15T08:20:45.9611437Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-06-15T08:20:45.9611710Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-06-15T08:20:45.9612098Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-06-15T08:20:45.9612399Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-06-15T08:20:45.9612692Z [36;1m}[0m
2026-06-15T08:20:45.9612871Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-06-15T08:20:45.9613134Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-15T08:20:45.9692522Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-15T08:20:45.9692825Z ##[endgroup]
2026-06-15T08:20:46.9121300Z    Compiling proc-macro2 v1.0.106
2026-06-15T08:20:46.9121616Z    Compiling quote v1.0.45
2026-06-15T08:20:46.9122013Z    Compiling unicode-ident v1.0.24
2026-06-15T08:20:46.9122278Z    Compiling cfg-if v1.0.4
2026-06-15T08:20:46.9122476Z    Compiling serde_core v1.0.228
2026-06-15T08:20:46.9122726Z    Compiling serde v1.0.228
2026-06-15T08:20:46.9123103Z    Compiling windows-link v0.2.1
2026-06-15T08:20:46.9123906Z    Compiling portable-atomic v1.13.1
2026-06-15T08:20:46.9124320Z    Compiling getrandom v0.3.4
2026-06-15T08:20:46.9124649Z    Compiling typenum v1.20.1
2026-06-15T08:20:46.9125107Z    Compiling version_check v0.9.5
2026-06-15T08:20:46.9125500Z    Compiling pin-project-lite v0.2.17
2026-06-15T08:20:46.9125836Z    Compiling find-msvc-tools v0.1.9
2026-06-15T08:20:46.9126253Z    Compiling shlex v2.0.1
2026-06-15T08:20:46.9126610Z    Compiling critical-section v1.2.0
2026-06-15T08:20:46.9131321Z    Compiling memchr v2.8.1
2026-06-15T08:20:47.0064750Z    Compiling windows-sys v0.61.2
2026-06-15T08:20:47.0065207Z    Compiling subtle v2.6.1
2026-06-15T08:20:47.0523078Z    Compiling futures-core v0.3.32
2026-06-15T08:20:47.0591252Z    Compiling smallvec v1.15.1
2026-06-15T08:20:47.0923378Z    Compiling equivalent v1.0.2
2026-06-15T08:20:47.1879250Z    Compiling bytes v1.11.1
2026-06-15T08:20:47.2485228Z    Compiling itoa v1.0.18
2026-06-15T08:20:47.2486626Z    Compiling semver v1.0.28
2026-06-15T08:20:47.2532408Z    Compiling stable_deref_trait v1.2.1
2026-06-15T08:20:47.3270502Z    Compiling log v0.4.32
2026-06-15T08:20:47.3814786Z    Compiling generic-array v0.14.7
2026-06-15T08:20:47.3998687Z    Compiling futures-sink v0.3.32
2026-06-15T08:20:47.5246006Z    Compiling rustc_version v0.4.1
2026-06-15T08:20:47.5370152Z    Compiling slab v0.4.12
2026-06-15T08:20:47.5717383Z    Compiling futures-io v0.3.32
2026-06-15T08:20:47.6587193Z    Compiling futures-channel v0.3.32
2026-06-15T08:20:47.8186303Z    Compiling rustversion v1.0.22
2026-06-15T08:20:47.8199080Z    Compiling futures-task v0.3.32
2026-06-15T08:20:47.9731985Z    Compiling hashbrown v0.17.1
2026-06-15T08:20:48.0373488Z    Compiling getrandom v0.2.17
2026-06-15T08:20:48.0385323Z    Compiling cpufeatures v0.2.17
2026-06-15T08:20:48.0584767Z    Compiling fnv v1.0.7
2026-06-15T08:20:48.1791369Z    Compiling libc v0.2.186
2026-06-15T08:20:48.2054528Z    Compiling cfg_aliases v0.2.1
2026-06-15T08:20:48.2142661Z    Compiling rand_core v0.10.1
2026-06-15T08:20:48.3162029Z    Compiling strsim v0.11.1
2026-06-15T08:20:48.6049353Z    Compiling autocfg v1.5.1
2026-06-15T08:20:48.7996861Z    Compiling litemap v0.8.2
2026-06-15T08:20:48.8067427Z    Compiling writeable v0.6.3
2026-06-15T08:20:48.8441400Z    Compiling getrandom v0.4.2
2026-06-15T08:20:48.8458422Z    Compiling icu_normalizer_data v2.2.0
2026-06-15T08:20:48.8566431Z    Compiling ident_case v1.0.1
2026-06-15T08:20:48.9311839Z    Compiling jobserver v0.1.34
2026-06-15T08:20:48.9829426Z    Compiling dunce v1.0.5
2026-06-15T08:20:49.0451974Z    Compiling icu_properties_data v2.2.0
2026-06-15T08:20:49.0703977Z    Compiling utf8_iter v1.0.4
2026-06-15T08:20:49.1172334Z    Compiling fs_extra v1.3.0
2026-06-15T08:20:49.1730810Z    Compiling cc v1.2.63
2026-06-15T08:20:49.3399909Z    Compiling indexmap v2.14.0
2026-06-15T08:20:49.3973601Z    Compiling syn v2.0.117
2026-06-15T08:20:49.4120759Z    Compiling percent-encoding v2.3.2
2026-06-15T08:20:49.4296090Z    Compiling http v1.4.1
2026-06-15T08:20:49.5189265Z    Compiling cpufeatures v0.3.0
2026-06-15T08:20:49.5455045Z    Compiling crypto-common v0.1.7
2026-06-15T08:20:49.6088087Z    Compiling aws-lc-rs v1.17.0
2026-06-15T08:20:49.6236976Z    Compiling thiserror v2.0.18
2026-06-15T08:20:49.6515431Z    Compiling unicode-segmentation v1.13.3
2026-06-15T08:20:49.7297683Z    Compiling scopeguard v1.2.0
2026-06-15T08:20:49.7322687Z    Compiling form_urlencoded v1.2.2
2026-06-15T08:20:49.7508452Z    Compiling chacha20 v0.10.0
2026-06-15T08:20:49.7521858Z    Compiling block-buffer v0.10.4
2026-06-15T08:20:49.8929632Z    Compiling lock_api v0.4.14
2026-06-15T08:20:49.9264769Z    Compiling untrusted v0.9.0
2026-06-15T08:20:50.0575165Z    Compiling bitflags v2.12.1
2026-06-15T08:20:50.1986864Z    Compiling cmake v0.1.58
2026-06-15T08:20:50.2410680Z    Compiling rand v0.10.1
2026-06-15T08:20:50.2414426Z    Compiling digest v0.10.7
2026-06-15T08:20:50.2630480Z    Compiling num-traits v0.2.19
2026-06-15T08:20:50.2933697Z    Compiling windows-strings v0.5.1
2026-06-15T08:20:50.3140201Z    Compiling windows-result v0.4.1
2026-06-15T08:20:50.5062813Z    Compiling heck v0.5.0
2026-06-15T08:20:50.6057904Z    Compiling rustls v0.23.40
2026-06-15T08:20:50.9871648Z    Compiling convert_case v0.10.0
2026-06-15T08:20:51.0431875Z    Compiling unicode-xid v0.2.6
2026-06-15T08:20:51.0649384Z    Compiling atomic-waker v1.1.2
2026-06-15T08:20:51.1730900Z    Compiling const-oid v0.10.2
2026-06-15T08:20:51.2036965Z    Compiling anyhow v1.0.102
2026-06-15T08:20:51.2244901Z    Compiling httparse v1.10.1
2026-06-15T08:20:51.2301200Z    Compiling zerocopy v0.8.50
2026-06-15T08:20:51.2393756Z    Compiling parking_lot_core v0.9.12
2026-06-15T08:20:51.2641164Z    Compiling http-body v1.0.1
2026-06-15T08:20:51.2641786Z    Compiling hybrid-array v0.4.12
2026-06-15T08:20:51.3099318Z    Compiling curve25519-dalek v4.1.3
2026-06-15T08:20:51.4646025Z    Compiling ahash v0.8.12
2026-06-15T08:20:51.5455045Z    Compiling fastrand v2.4.1
2026-06-15T08:20:51.5593723Z    Compiling powerfmt v0.2.0
2026-06-15T08:20:51.5774392Z    Compiling either v1.16.0
2026-06-15T08:20:51.5827682Z    Compiling base64ct v1.8.3
2026-06-15T08:20:51.6452139Z    Compiling aws-lc-sys v0.41.0
2026-06-15T08:20:51.6644030Z    Compiling ring v0.17.14
2026-06-15T08:20:51.8710427Z    Compiling pem-rfc7468 v1.0.0
2026-06-15T08:20:51.8971093Z    Compiling deranged v0.5.8
2026-06-15T08:20:51.8971568Z    Compiling rand_core v0.6.4
2026-06-15T08:20:51.9394985Z    Compiling tower-service v0.3.3
2026-06-15T08:20:51.9962569Z    Compiling try-lock v0.2.5
2026-06-15T08:20:52.0582755Z    Compiling tinyvec_macros v0.1.1
2026-06-15T08:20:52.0707902Z    Compiling vcpkg v0.2.15
2026-06-15T08:20:52.2200538Z    Compiling data-encoding v2.11.0
2026-06-15T08:20:52.2503633Z    Compiling num-conv v0.2.2
2026-06-15T08:20:52.2510078Z    Compiling pkg-config v0.3.33
2026-06-15T08:20:52.3466652Z    Compiling base64 v0.22.1
2026-06-15T08:20:52.4167062Z    Compiling zmij v1.0.21
2026-06-15T08:20:52.4377271Z    Compiling time-core v0.1.8
2026-06-15T08:20:52.4918743Z    Compiling parking_lot v0.12.5
2026-06-15T08:20:52.4998968Z    Compiling want v0.3.1
2026-06-15T08:20:52.5400059Z    Compiling tinyvec v1.11.0
2026-06-15T08:20:52.7378036Z    Compiling crypto-common v0.2.2
2026-06-15T08:20:52.7617076Z    Compiling block-buffer v0.12.0
2026-06-15T08:20:52.7694010Z    Compiling sha2 v0.10.9
2026-06-15T08:20:52.8228008Z    Compiling vergen-lib v9.1.0
2026-06-15T08:20:52.9528697Z    Compiling inout v0.1.4
2026-06-15T08:20:53.0038246Z    Compiling n0-future v0.3.2
2026-06-15T08:20:53.0221067Z    Compiling windows_x86_64_msvc v0.52.6
2026-06-15T08:20:53.0516583Z    Compiling winapi v0.3.9
2026-06-15T08:20:53.0916845Z    Compiling libsqlite3-sys v0.30.1
2026-06-15T08:20:53.1257497Z    Compiling serde_json v1.0.150
2026-06-15T08:20:53.1610635Z    Compiling httpdate v1.0.3
2026-06-15T08:20:53.2455796Z    Compiling diatomic-waker v0.2.3
2026-06-15T08:20:53.2728491Z    Compiling crossbeam-utils v0.8.21
2026-06-15T08:20:53.3120734Z    Compiling winnow v1.0.3
2026-06-15T08:20:53.3216026Z    Compiling cordyceps v0.3.4
2026-06-15T08:20:53.5808240Z    Compiling synstructure v0.13.2
2026-06-15T08:20:53.5845084Z    Compiling darling_core v0.20.11
2026-06-15T08:20:53.5873697Z    Compiling signature v2.2.0
2026-06-15T08:20:53.6524286Z    Compiling parking v2.2.1
2026-06-15T08:20:53.7429745Z    Compiling spin v0.10.0
2026-06-15T08:20:53.8048337Z    Compiling futures-lite v2.6.1
2026-06-15T08:20:53.8190781Z    Compiling ed25519 v2.2.3
2026-06-15T08:20:53.8872786Z    Compiling futures-buffered v0.2.13
2026-06-15T08:20:53.9722152Z    Compiling digest v0.11.3
2026-06-15T08:20:54.3007096Z    Compiling cipher v0.4.4
2026-06-15T08:20:54.3650953Z    Compiling vergen-lib v0.1.6
2026-06-15T08:20:54.4244904Z    Compiling vergen v9.1.0
2026-06-15T08:20:54.4544313Z    Compiling universal-hash v0.5.1
2026-06-15T08:20:54.4650031Z    Compiling noq-udp v0.10.0
2026-06-15T08:20:54.6094193Z    Compiling heapless v0.7.17
2026-06-15T08:20:54.6323075Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-15T08:20:54.7022582Z    Compiling sync_wrapper v1.0.2
2026-06-15T08:20:54.7202715Z    Compiling opaque-debug v0.3.1
2026-06-15T08:20:54.7243368Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-15T08:20:54.8173795Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-15T08:20:54.8211865Z    Compiling allocator-api2 v0.2.21
2026-06-15T08:20:54.8426403Z    Compiling byteorder v1.5.0
2026-06-15T08:20:54.9239423Z    Compiling polyval v0.6.2
2026-06-15T08:20:55.1123934Z    Compiling hash32 v0.2.1
2026-06-15T08:20:55.2259671Z    Compiling socket2 v0.6.4
2026-06-15T08:20:55.2353412Z    Compiling mio v1.2.1
2026-06-15T08:20:55.2968863Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-15T08:20:55.4291089Z    Compiling vergen-gitcl v1.0.8
2026-06-15T08:20:55.5212995Z    Compiling spin v0.9.8
2026-06-15T08:20:55.7116874Z    Compiling windows-threading v0.2.1
2026-06-15T08:20:55.7491025Z    Compiling ryu v1.0.23
2026-06-15T08:20:55.8826089Z    Compiling fallible-iterator v0.3.0
2026-06-15T08:20:55.9972257Z    Compiling signature v3.0.0
2026-06-15T08:20:56.0253187Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-15T08:20:56.0664505Z    Compiling tower-layer v0.3.3
2026-06-15T08:20:56.1440914Z    Compiling serde_derive v1.0.228
2026-06-15T08:20:56.2131561Z    Compiling zeroize_derive v1.4.3
2026-06-15T08:20:56.2301233Z    Compiling zerofrom-derive v0.1.7
2026-06-15T08:20:56.3088793Z    Compiling yoke-derive v0.8.2
2026-06-15T08:20:56.3372204Z    Compiling tokio-macros v2.7.0
2026-06-15T08:20:56.6191211Z    Compiling futures-macro v0.3.32
2026-06-15T08:20:56.6191810Z    Compiling zerovec-derive v0.11.3
2026-06-15T08:20:56.6267805Z    Compiling displaydoc v0.2.6
2026-06-15T08:20:56.6747775Z    Compiling tracing-attributes v0.1.31
2026-06-15T08:20:56.7931146Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-15T08:20:56.8730766Z    Compiling thiserror-impl v2.0.18
2026-06-15T08:20:56.9656555Z    Compiling zeroize v1.8.2
2026-06-15T08:20:57.2587893Z    Compiling tokio v1.52.3
2026-06-15T08:20:57.2833057Z    Compiling rustls-pki-types v1.14.1
2026-06-15T08:20:57.3698055Z    Compiling darling_macro v0.20.11
2026-06-15T08:20:57.4550332Z    Compiling derive_more-impl v2.1.1
2026-06-15T08:20:57.5747655Z    Compiling windows-implement v0.60.2
2026-06-15T08:20:57.5753132Z    Compiling spez v0.1.2
2026-06-15T08:20:57.6411677Z    Compiling futures-util v0.3.32
2026-06-15T08:20:57.8002275Z    Compiling n0-error-macros v0.1.3
2026-06-15T08:20:57.8351854Z    Compiling windows-interface v0.59.3
2026-06-15T08:20:57.9677455Z    Compiling darling v0.20.11
2026-06-15T08:20:58.0871449Z    Compiling der v0.8.0-rc.10
2026-06-15T08:20:58.0971444Z    Compiling zerofrom v0.1.8
2026-06-15T08:20:58.1218146Z    Compiling pin-project-internal v1.1.13
2026-06-15T08:20:58.2198707Z    Compiling derive_builder_core v0.20.2
2026-06-15T08:20:58.4561366Z    Compiling yoke v0.8.3
2026-06-15T08:20:58.6012926Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-15T08:20:58.7897944Z    Compiling windows-core v0.62.2
2026-06-15T08:20:58.9235369Z    Compiling zerovec v0.11.6
2026-06-15T08:20:58.9264784Z    Compiling zerotrie v0.2.4
2026-06-15T08:20:58.9523593Z    Compiling n0-error v0.1.3
2026-06-15T08:20:58.9628944Z    Compiling cobs v0.3.0
2026-06-15T08:20:59.2224149Z    Compiling spki v0.8.0-rc.4
2026-06-15T08:20:59.2312747Z    Compiling ed25519-dalek v2.2.0
2026-06-15T08:20:59.3902281Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-15T08:20:59.4491967Z    Compiling spt-proto v0.7.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-15T08:20:59.5413087Z    Compiling tinystr v0.8.3
2026-06-15T08:20:59.5879622Z    Compiling potential_utf v0.1.5
2026-06-15T08:20:59.5886783Z    Compiling derive_builder_macro v0.20.2
2026-06-15T08:20:59.5966453Z    Compiling pin-project v1.1.13
2026-06-15T08:20:59.6360005Z    Compiling windows-collections v0.3.2
2026-06-15T08:20:59.6532427Z    Compiling windows-numerics v0.3.1
2026-06-15T08:20:59.7155952Z    Compiling icu_locale_core v2.2.0
2026-06-15T08:20:59.8110035Z    Compiling icu_collections v2.2.0
2026-06-15T08:20:59.8146246Z    Compiling windows-future v0.3.2
2026-06-15T08:20:59.8863000Z    Compiling postcard-derive v0.2.2
2026-06-15T08:20:59.9532222Z    Compiling proc-macro-crate v3.5.0
2026-06-15T08:21:00.0312040Z    Compiling derive_builder v0.20.2
2026-06-15T08:21:00.1400832Z    Compiling windows-targets v0.52.6
2026-06-15T08:21:00.1512891Z    Compiling ghash v0.5.1
2026-06-15T08:21:00.2244830Z    Compiling aes v0.8.4
2026-06-15T08:21:00.2426334Z    Compiling ctr v0.9.2
2026-06-15T08:21:00.3783730Z    Compiling sha2 v0.11.0-rc.5
2026-06-15T08:21:00.4479921Z    Compiling time v0.3.47
2026-06-15T08:21:00.5894610Z    Compiling http-body-util v0.1.3
2026-06-15T08:21:00.6209102Z    Compiling aead v0.5.2
2026-06-15T08:21:00.6627103Z    Compiling icu_provider v2.2.0
2026-06-15T08:21:00.6757887Z    Compiling futures-executor v0.3.32
2026-06-15T08:21:00.7043849Z    Compiling widestring v1.2.1
2026-06-15T08:21:00.7995096Z    Compiling ipnet v2.12.0
2026-06-15T08:21:00.8848955Z    Compiling icu_normalizer v2.2.0
2026-06-15T08:21:00.9173660Z    Compiling icu_properties v2.2.0
2026-06-15T08:21:00.9468026Z    Compiling futures v0.3.32
2026-06-15T08:21:01.0512161Z    Compiling ed25519 v3.0.0-rc.4
2026-06-15T08:21:01.1054766Z    Compiling ipconfig v0.3.4
2026-06-15T08:21:01.3219106Z    Compiling once_cell v1.21.4
2026-06-15T08:21:01.4132004Z    Compiling prefix-trie v0.8.4
2026-06-15T08:21:01.5891213Z    Compiling tracing-core v0.1.36
2026-06-15T08:21:01.5995240Z    Compiling tokio-util v0.7.18
2026-06-15T08:21:01.6275598Z    Compiling postcard v1.1.3
2026-06-15T08:21:01.6430851Z    Compiling tower v0.5.3
2026-06-15T08:21:01.7158680Z    Compiling chrono v0.4.45
2026-06-15T08:21:01.7934057Z    Compiling hashbrown v0.14.5
2026-06-15T08:21:01.8126605Z    Compiling aes-gcm v0.10.3
2026-06-15T08:21:01.8561188Z    Compiling num_enum_derive v0.7.6
2026-06-15T08:21:01.8669616Z    Compiling derive_more v2.1.1
2026-06-15T08:21:02.0020722Z    Compiling tracing v0.1.44
2026-06-15T08:21:02.1921294Z    Compiling idna_adapter v1.2.2
2026-06-15T08:21:02.2691365Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-15T08:21:02.3014157Z    Compiling idna v1.1.0
2026-06-15T08:21:02.3666559Z    Compiling h2 v0.4.14
2026-06-15T08:21:02.4577133Z    Compiling hashlink v0.9.1
2026-06-15T08:21:02.4967414Z    Compiling windows v0.62.2
2026-06-15T08:21:02.5385168Z    Compiling windows-sys v0.59.0
2026-06-15T08:21:02.5459471Z    Compiling data-encoding-macro v0.1.20
2026-06-15T08:21:02.6827395Z    Compiling url v2.5.8
2026-06-15T08:21:02.7217998Z    Compiling strum_macros v0.28.0
2026-06-15T08:21:02.7659595Z    Compiling rusqlite v0.32.1
2026-06-15T08:21:02.7993243Z    Compiling async-trait v0.1.89
2026-06-15T08:21:02.8653810Z    Compiling enum-assoc v1.3.0
2026-06-15T08:21:02.9922109Z    Compiling iroh-metrics-derive v0.4.1
2026-06-15T08:21:03.0270055Z    Compiling crossbeam-channel v0.5.15
2026-06-15T08:21:03.2519378Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-15T08:21:03.2740475Z    Compiling crossbeam-epoch v0.9.18
2026-06-15T08:21:03.4714737Z    Compiling blake3 v1.8.5
2026-06-15T08:21:03.5120445Z    Compiling windows-registry v0.6.1
2026-06-15T08:21:03.6304734Z    Compiling spt-store v0.7.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-15T08:21:03.6337865Z    Compiling uuid v1.23.2
2026-06-15T08:21:03.7372308Z    Compiling memoffset v0.6.5
2026-06-15T08:21:03.7564931Z    Compiling noq v0.18.0
2026-06-15T08:21:03.9601258Z    Compiling netwatch v0.16.0
2026-06-15T08:21:04.0010654Z    Compiling acto v0.8.2
2026-06-15T08:21:04.0294063Z    Compiling lru-slab v0.1.2
2026-06-15T08:21:04.0803221Z    Compiling tagptr v0.2.0
2026-06-15T08:21:04.1007017Z    Compiling foldhash v0.2.0
2026-06-15T08:21:04.1128253Z    Compiling identity-hash v0.1.0
2026-06-15T08:21:04.1735450Z    Compiling rustc-hash v2.1.2
2026-06-15T08:21:04.1977897Z    Compiling sorted-index-buffer v0.2.1
2026-06-15T08:21:04.2623675Z    Compiling xml-rs v0.8.28
2026-06-15T08:21:04.2624154Z    Compiling mac-addr v0.3.0
2026-06-15T08:21:04.2852436Z    Compiling ref-cast v1.0.25
2026-06-15T08:21:04.2940321Z    Compiling thiserror v1.0.69
2026-06-15T08:21:04.3735467Z    Compiling hashbrown v0.16.1
2026-06-15T08:21:04.4037474Z    Compiling netdev v0.42.0
2026-06-15T08:21:04.4888596Z    Compiling moka v0.12.15
2026-06-15T08:21:04.8365017Z    Compiling iroh-metrics v0.38.3
2026-06-15T08:21:04.8635908Z    Compiling num_enum v0.7.6
2026-06-15T08:21:04.9705239Z    Compiling xmltree v0.10.3
2026-06-15T08:21:05.1384443Z    Compiling tower-http v0.6.11
2026-06-15T08:21:05.1530442Z    Compiling iroh-base v0.98.0
2026-06-15T08:21:05.1574533Z    Compiling attohttpc v0.30.1
2026-06-15T08:21:05.1887962Z    Compiling strum v0.28.0
2026-06-15T08:21:05.1947648Z    Compiling iroh-relay v0.98.0
2026-06-15T08:21:05.3654801Z    Compiling n0-watcher v0.6.1
2026-06-15T08:21:05.4298127Z    Compiling tokio-stream v0.1.18
2026-06-15T08:21:05.4532997Z    Compiling toml_datetime v0.6.11
2026-06-15T08:21:05.6653716Z    Compiling spt-msg v0.7.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-15T08:21:05.6825179Z    Compiling serde_spanned v0.6.9
2026-06-15T08:21:05.6825661Z    Compiling ref-cast-impl v1.0.25
2026-06-15T08:21:05.7169921Z    Compiling thiserror-impl v1.0.69
2026-06-15T08:21:05.8321956Z    Compiling serde_derive_internals v0.29.1
2026-06-15T08:21:05.9493179Z    Compiling simple-dns v0.9.3
2026-06-15T08:21:06.0011277Z    Compiling serial-core v0.4.0
2026-06-15T08:21:06.1702999Z    Compiling aho-corasick v1.1.4
2026-06-15T08:21:06.2546566Z    Compiling hyper v1.10.1
2026-06-15T08:21:06.2793470Z    Compiling arrayref v0.3.9
2026-06-15T08:21:06.3150617Z    Compiling smol_str v0.1.24
2026-06-15T08:21:06.3659274Z    Compiling sha1_smol v1.0.1
2026-06-15T08:21:06.3996583Z    Compiling simdutf8 v0.1.5
2026-06-15T08:21:06.5450760Z    Compiling winreg v0.10.1
2026-06-15T08:21:06.6242679Z    Compiling arrayvec v0.7.6
2026-06-15T08:21:06.6587531Z    Compiling constant_time_eq v0.4.2
2026-06-15T08:21:06.7851968Z    Compiling winnow v0.7.15
2026-06-15T08:21:06.8663150Z    Compiling regex-syntax v0.8.10
2026-06-15T08:21:06.9134529Z    Compiling toml_write v0.1.2
2026-06-15T08:21:06.9281567Z    Compiling resolv-conf v0.7.6
2026-06-15T08:21:07.1760948Z    Compiling iroh-dns v0.98.0
2026-06-15T08:21:07.1936075Z    Compiling schemars_derive v1.2.1
2026-06-15T08:21:07.5550941Z    Compiling serial-windows v0.4.0
2026-06-15T08:21:07.8546034Z    Compiling hyper-util v0.1.20
2026-06-15T08:21:07.8658883Z    Compiling lru v0.16.4
2026-06-15T08:21:08.0929901Z    Compiling webpki-roots v1.0.7
2026-06-15T08:21:08.1754950Z    Compiling seize v0.5.1
2026-06-15T08:21:08.2439592Z    Compiling darling_core v0.23.0
2026-06-15T08:21:08.2881062Z    Compiling serde_bytes v0.11.19
2026-06-15T08:21:08.3054966Z    Compiling hmac v0.12.1
2026-06-15T08:21:08.4794151Z    Compiling iroh v0.98.2
2026-06-15T08:21:08.5281346Z    Compiling cmov v0.5.4
2026-06-15T08:21:08.6986803Z    Compiling toml_edit v0.22.27
2026-06-15T08:21:08.7433660Z    Compiling bitflags v1.3.2
2026-06-15T08:21:08.7695619Z    Compiling utf8parse v0.2.2
2026-06-15T08:21:08.7802928Z    Compiling once_cell_polyfill v1.70.2
2026-06-15T08:21:08.8190083Z    Compiling dyn-clone v1.0.20
2026-06-15T08:21:08.8676127Z    Compiling lazy_static v1.5.0
2026-06-15T08:21:08.8778047Z    Compiling anstyle v1.0.14
2026-06-15T08:21:08.9010535Z    Compiling regex-automata v0.4.14
2026-06-15T08:21:08.9661275Z    Compiling pin-utils v0.1.0
2026-06-15T08:21:09.0354256Z    Compiling shared_library v0.1.9
2026-06-15T08:21:09.0590776Z    Compiling nix v0.25.1
2026-06-15T08:21:09.1086632Z    Compiling anstyle-wincon v3.0.11
2026-06-15T08:21:09.1326301Z    Compiling anstyle-parse v1.0.0
2026-06-15T08:21:09.1586936Z    Compiling ctutils v0.4.2
2026-06-15T08:21:09.1735963Z    Compiling hkdf v0.12.4
2026-06-15T08:21:09.1780326Z    Compiling papaya v0.2.4
2026-06-15T08:21:09.2942123Z    Compiling schemars v1.2.1
2026-06-15T08:21:09.3543585Z    Compiling igd-next v0.17.1
2026-06-15T08:21:09.3615281Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-15T08:21:09.3867925Z    Compiling serial v0.4.0
2026-06-15T08:21:09.4676990Z    Compiling filedescriptor v0.8.3
2026-06-15T08:21:09.5195622Z    Compiling backon v1.6.0
2026-06-15T08:21:09.6819902Z    Compiling anstyle-query v1.1.5
2026-06-15T08:21:09.7398768Z    Compiling paste v1.0.15
2026-06-15T08:21:09.7510875Z    Compiling foldhash v0.1.5
2026-06-15T08:21:09.8627843Z    Compiling instability v0.3.12
2026-06-15T08:21:09.8704154Z    Compiling shell-words v1.1.1
2026-06-15T08:21:09.9691770Z    Compiling downcast-rs v1.2.1
2026-06-15T08:21:10.0693561Z    Compiling is_terminal_polyfill v1.70.2
2026-06-15T08:21:10.0993946Z    Compiling colorchoice v1.0.5
2026-06-15T08:21:10.1567039Z    Compiling portable-pty v0.8.1
2026-06-15T08:21:10.1932710Z    Compiling anstream v1.0.0
2026-06-15T08:21:10.2378868Z    Compiling hashbrown v0.15.5
2026-06-15T08:21:10.2522722Z    Compiling spake2 v0.4.0
2026-06-15T08:21:10.2523249Z    Compiling crossterm_winapi v0.9.1
2026-06-15T08:21:10.4659550Z    Compiling strum_macros v0.26.4
2026-06-15T08:21:10.6231052Z    Compiling toml v0.8.23
2026-06-15T08:21:10.6710463Z    Compiling terminal_size v0.4.4
2026-06-15T08:21:10.7462575Z    Compiling itertools v0.13.0
2026-06-15T08:21:10.8485475Z    Compiling sha1 v0.10.6
2026-06-15T08:21:10.9119180Z    Compiling castaway v0.2.4
2026-06-15T08:21:11.0328175Z    Compiling regex v1.12.3
2026-06-15T08:21:11.1224597Z    Compiling recvmsg v1.0.0
2026-06-15T08:21:11.2957259Z    Compiling doctest-file v1.1.1
2026-06-15T08:21:11.4929626Z    Compiling spt-runtime v0.7.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-15T08:21:11.6336835Z    Compiling indoc v2.0.7
2026-06-15T08:21:11.6337383Z    Compiling unicode-width v0.1.14
2026-06-15T08:21:11.6569367Z    Compiling static_assertions v1.1.0
2026-06-15T08:21:11.7335268Z    Compiling darling_macro v0.23.0
2026-06-15T08:21:11.7933394Z    Compiling clap_lex v1.1.0
2026-06-15T08:21:11.8230041Z    Compiling interprocess v2.4.2
2026-06-15T08:21:11.9470174Z    Compiling clap_builder v4.6.0
2026-06-15T08:21:11.9500727Z    Compiling compact_str v0.8.2
2026-06-15T08:21:12.1129773Z    Compiling lru v0.12.5
2026-06-15T08:21:12.1600396Z    Compiling spt-term v0.7.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-15T08:21:12.2020408Z    Compiling darling v0.23.0
2026-06-15T08:21:12.3853103Z    Compiling unicode-truncate v1.1.0
2026-06-15T08:21:12.3945136Z    Compiling crossterm v0.28.1
2026-06-15T08:21:12.4863208Z    Compiling wmi v0.18.4
2026-06-15T08:21:12.5564043Z    Compiling strum v0.26.3
2026-06-15T08:21:12.9459254Z    Compiling clap_derive v4.6.1
2026-06-15T08:21:13.7302532Z    Compiling spt-live v0.7.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-15T08:21:13.7789531Z    Compiling cassowary v0.3.0
2026-06-15T08:21:14.0295790Z    Compiling unicode-width v0.2.0
2026-06-15T08:21:14.3360015Z    Compiling portmapper v0.16.0
2026-06-15T08:21:14.3797924Z    Compiling ratatui v0.29.0
2026-06-15T08:21:14.4002483Z    Compiling nucleo-matcher v0.3.1
2026-06-15T08:21:14.6201554Z    Compiling qrcode v0.14.1
2026-06-15T08:21:14.6712141Z    Compiling tempfile v3.27.0
2026-06-15T08:21:15.4256924Z    Compiling clap v4.6.1
2026-06-15T08:21:27.5181027Z    Compiling rustls-webpki v0.103.13
2026-06-15T08:21:29.7855233Z    Compiling tokio-rustls v0.26.4
2026-06-15T08:21:29.7855549Z    Compiling noq-proto v0.17.0
2026-06-15T08:21:29.7855805Z    Compiling rustls-platform-verifier v0.7.0
2026-06-15T08:21:29.9303593Z    Compiling hyper-rustls v0.27.9
2026-06-15T08:21:29.9304074Z    Compiling hickory-net v0.26.0-beta.4
2026-06-15T08:21:29.9304400Z    Compiling tokio-websockets v0.13.2
2026-06-15T08:21:30.0780921Z    Compiling reqwest v0.13.4
2026-06-15T08:21:31.1274581Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-15T08:21:47.6088254Z    Compiling spt-net v0.7.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-15T08:21:48.9689617Z    Compiling spt-daemon v0.7.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-15T08:21:56.8734540Z    Compiling spt v0.7.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-15T08:22:03.3591468Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 17s
2026-06-15T08:22:03.3803181Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-f56ba2c3eea87e14.exe)
2026-06-15T08:22:03.4297036Z 
2026-06-15T08:22:03.4297235Z running 1 test
2026-06-15T08:22:10.5449767Z test new_brain_serves_against_old_broker ... ok
2026-06-15T08:22:10.5450006Z 
2026-06-15T08:22:10.5450203Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.12s
2026-06-15T08:22:10.5450441Z 
